home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00289_Bitmap_289 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  78KB  |  429x178  |  1-bit (2 colors)
Labels: text | font | screenshot
OCR: The macro getc( ) reads a character from the file pointed to by ifp and assigns the value to c. If the value of c is not EOF, then putc( ) is used to write c into the file pointed to by ofp. If c is a newline character, another newline character is written process continues repeatedly until an EOF is encountered. The macro getc( ) and putc( ) are defined in stdio.h.